Use the new xen-api.sock for the calls to the Xen-API server.
authorEwan Mellor <ewan@xensource.com>
Fri, 1 Dec 2006 17:40:07 +0000 (17:40 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 1 Dec 2006 17:40:07 +0000 (17:40 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xm-test/lib/XmTestLib/xapi.py

index 2a9ec209e3a7b9e029b21c2383b1ebda9ce8085d..bab0e103d966b4b6dd080476bedd4faa27735c6d 100644 (file)
@@ -57,7 +57,7 @@ _session = None
 def _connect(*args):
     global _server, _session, _initialised
     if not _initialised:
-        _server = ServerProxy('httpu:///var/run/xend/xmlrpc.sock')
+        _server = ServerProxy('httpu:///var/run/xend/xen-api.sock')
         login = XAPI_DEFAULT_LOGIN
         password = XAPI_DEFAULT_PASSWORD
         creds = (login, password)